code style
This commit is contained in:
parent
02e0cddf01
commit
adb2bb213d
|
@ -8,8 +8,7 @@
|
||||||
* @author andreika <prometheus.pcb@gmail.com>
|
* @author andreika <prometheus.pcb@gmail.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef EFIFEATURES_H_
|
#pragma once
|
||||||
#define EFIFEATURES_H_
|
|
||||||
|
|
||||||
#define EFI_GPIO_HARDWARE TRUE
|
#define EFI_GPIO_HARDWARE TRUE
|
||||||
|
|
||||||
|
@ -372,7 +371,3 @@
|
||||||
chThdSleepMilliseconds(20); \
|
chThdSleepMilliseconds(20); \
|
||||||
} \
|
} \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#endif /* EFIFEATURES_H_ */
|
|
||||||
|
|
Loading…
Reference in New Issue