aboutsummaryrefslogtreecommitdiff
path: root/kernel/adc.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/adc.c')
-rw-r--r--kernel/adc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/adc.c b/kernel/adc.c
index 3cabeef..7a11447 100644
--- a/kernel/adc.c
+++ b/kernel/adc.c
@@ -15,7 +15,7 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include <inttypes.h>
+#include <stdint.h>
#include <avr/io.h>
#include <avr/interrupt.h>
#include "kernel.h"