gpio: Change gpio_write argument to bool
This commit is contained in:
parent
9c7c94f96d
commit
28fdebee92
2 changed files with 2 additions and 1 deletions
|
|
@ -5,6 +5,7 @@
|
|||
*/
|
||||
#ifndef _ESP_CPU_H
|
||||
#define _ESP_CPU_H
|
||||
#include <stdbool.h>
|
||||
|
||||
/* Interrupt numbers for level 1 exception handler.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue