Fix tests

Pretty please 🥺
pull/216/head
Alex Voinea 2022-10-10 20:40:23 +02:00 committed by DRracer
parent 62a9abc235
commit e91e382c5c
1 changed files with 3 additions and 1 deletions

View File

@ -1,10 +1,12 @@
/// @file gpio.h /// @file gpio.h
#pragma once #pragma once
#include <inttypes.h> #include <inttypes.h>
#include <util/atomic.h>
#ifdef __AVR__ #ifdef __AVR__
#include <avr/io.h> #include <avr/io.h>
#include <util/atomic.h>
#else
#define ATOMIC_BLOCK(x)
#endif #endif
namespace hal { namespace hal {