readded stdbool in main.c

pull/1/head
Ondřej Hruška 10 years ago
parent f2cdba327c
commit 3e897aeee9
  1. 2
      projects/color-memory-game/main.c

@ -1,7 +1,7 @@
#include <avr/io.h>
#include <avr/interrupt.h>
#include <util/delay.h>
// #include <stdbool.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>

Loading…
Cancel
Save