센서보드 RF IRQ 테스트 중
Fork of stm-spirit1-rf-driver by
Revision 59:5dbfc9faf1c5, committed 2017-05-15
- 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;
