| 298 | } |
| 299 | |
| 300 | void gah() |
| 301 | { |
| 302 | int NANO_LOG = 10; |
| 303 | NANO_LOG_FAILURE((uint32_t) NANO_LOG, NANO_LOG); |
| 304 | } |
| 305 | |
| 306 | // Test all log levels and make sure that the logs are correctly omitted. |
| 307 | void logLevelTest() { |
nothing calls this directly
no test coverage detected