gpio: Change gpio_write argument to bool

This commit is contained in:
Angus Gratton 2015-07-29 10:34:28 +10:00
parent 9c7c94f96d
commit 28fdebee92
2 changed files with 2 additions and 1 deletions

View file

@ -5,6 +5,7 @@
*/
#ifndef _ESP_CPU_H
#define _ESP_CPU_H
#include <stdbool.h>
/* Interrupt numbers for level 1 exception handler.
*