summaryrefslogtreecommitdiff
path: root/chip/g/spp.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/g/spp.c')
-rw-r--r--chip/g/spp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/chip/g/spp.c b/chip/g/spp.c
index 377d11d296..5162b5652c 100644
--- a/chip/g/spp.c
+++ b/chip/g/spp.c
@@ -56,8 +56,8 @@
static uint32_t spp_tx_count, spp_rx_count, tx_empty_count, max_rx_batch;
/* Console output macros */
-#define CPUTS(outstr) cputs(CC_SPS, outstr)
-#define CPRINTS(format, args...) cprints(CC_SPS, format, ## args)
+#define CPUTS(outstr) cputs(CC_SPP, outstr)
+#define CPRINTS(format, args...) cprints(CC_SPP, format, ## args)
/* Flag indicating if there has been any data received while CS was asserted. */
static uint8_t seen_data;