code style

This commit is contained in:
rusefillc 2023-05-23 23:56:22 -04:00
parent 02e0cddf01
commit adb2bb213d
1 changed files with 1 additions and 6 deletions

View File

@ -8,8 +8,7 @@
* @author andreika <prometheus.pcb@gmail.com>
*/
#ifndef EFIFEATURES_H_
#define EFIFEATURES_H_
#pragma once
#define EFI_GPIO_HARDWARE TRUE
@ -372,7 +371,3 @@
chThdSleepMilliseconds(20); \
} \
}
#endif /* EFIFEATURES_H_ */