Prototype RF driver for STM Sub-1 GHz RF expansion board based on the SPSGRF-868 module for STM32 Nucleo.

Dependents:   DISCO_IOT-wifi_client

Fork of stm-spirit1-rf-driver by ST

Files at this revision

API Documentation at this revision

Comitter:
Wolfgang Betz
Date:
Mon May 15 16:19:21 2017 +0200
Parent:
58:4208689e447e
Child:
60:956afcef7ef7
Commit message:
Improve comment regarding macro `HEAVY_TRACING`

Changed in this revision

source/NanostackRfPhySpirit1.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/source/NanostackRfPhySpirit1.cpp	Mon May 15 14:59:13 2017 +0200
+++ b/source/NanostackRfPhySpirit1.cpp	Mon May 15 16:19:21 2017 +0200
@@ -6,7 +6,7 @@
 #include "mbed_trace.h"
 #define TRACE_GROUP  "SPIRIT"
 
-/* Define beyond macro if you want to perform heavy debug tracing also in IRQ context */
+/* Define beyond macro if you want to perform heavy debug tracing (includes tracing in IRQ context) */
 // #define HEAVY_TRACING
 
 static phy_device_driver_s device_driver;