mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-06 03:53:42 +00:00
3a4663150e
Now we can actually blink a LED!
5 lines
98 B
C
5 lines
98 B
C
|
|
#pragma once
|
|
|
|
#define NRFX_ASSERT(expression) do { bool res = expression; (void)res; } while (0)
|