Speedup compilation by making singletons opaque

This commit is contained in:
Martino Facchin
2021-03-16 16:11:22 +01:00
parent 1dcd3a39cc
commit 7a8d3ee462
30 changed files with 257 additions and 85 deletions

View File

@@ -2,6 +2,7 @@
#if defined(ARDUINO_ARCH_NRF52840)
#include "mbed.h"
#include <hal/nrf_timer.h>
#include <hal/nrf_gpiote.h>
#include <hal/nrf_gpio.h>