mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
AP_Param: disable debug ready for production
This commit is contained in:
parent
5d03f13aa5
commit
9509c69f42
@ -19,7 +19,7 @@
|
||||
#include <string.h>
|
||||
#include <FastSerial.h>
|
||||
|
||||
#define ENABLE_FASTSERIAL_DEBUG
|
||||
// #define ENABLE_FASTSERIAL_DEBUG
|
||||
|
||||
#ifdef ENABLE_FASTSERIAL_DEBUG
|
||||
# define serialDebug(fmt, args...) if (FastSerial::getInitialized(0)) do {Serial.printf("%s:%d: " fmt "\n", __FUNCTION__, __LINE__ , ##args); delay(0); } while(0)
|
||||
|
Loading…
Reference in New Issue
Block a user