Fix tests

Pretty please 🥺
pull/212/head
Alex Voinea 2022-10-10 20:40:23 +02:00
parent b83e2af993
commit b2f09ea414
1 changed files with 3 additions and 1 deletions

View File

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