#include <string.h>
#include <Arduino.h>
#include "pinout.h"
Go to the source code of this file.
|
#define | MARK() halt_location.set(__LINE__,__PRETTY_FUNCTION__) |
| This macro records the line number and function name. More...
|
|
◆ MARK
#define MARK |
( |
| ) |
halt_location.set(__LINE__,__PRETTY_FUNCTION__) |
This macro records the line number and function name.
We use preprocessor directives to get the line number and function name. This macro should be used everywhere you think the program might possibly halt or crash.
Definition at line 72 of file debug.h.