forked from len0rd/rockbox
Changing to C99 'bool' type
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@561 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0631a1dcce
commit
2382044ffc
8 changed files with 19 additions and 47 deletions
|
|
@ -20,7 +20,7 @@
|
|||
#ifndef __LED_H__
|
||||
#define __LED_H__
|
||||
|
||||
#include "types.h"
|
||||
#include <stdbool.h>
|
||||
|
||||
extern void led( bool on );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue