mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 18:47:47 +00:00
runtime/nrf: remove some leftover header files
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define NRFX_ASSERT(expression) do { bool res = expression; (void)res; } while (0)
|
||||
@@ -1,6 +0,0 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
void rtc_sleep(uint32_t ticks);
|
||||
Reference in New Issue
Block a user