X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/663f449c10b9a77a429aaa81066ce2b43ca6dc39..619b0b7b6b44e4422ea9aeb0cde41343bb5dda70:/LUFA/WritingBoardDrivers.txt diff --git a/LUFA/WritingBoardDrivers.txt b/LUFA/WritingBoardDrivers.txt index 0d0e74d04..cf4f47c13 100644 --- a/LUFA/WritingBoardDrivers.txt +++ b/LUFA/WritingBoardDrivers.txt @@ -13,7 +13,7 @@ * passed to the compiler, with a constant of BOARD_{Name}. For example -DBOARD=BOARD_USBKEY instructs the * compiler to use the USBKEY board hardware drivers. * - * If your application does not use *any* board level drivers, you can ommit the definition of the BOARD macro. + * If your application does not use *any* board level drivers, you can omit the definition of the BOARD macro. * However, some users may wish to write their own custom board hardware drivers which are to remain compatible * with the LUFA hardware API. To do this, the BOARD macro should be defined to the value BOARD_USER. This indicates * that the board level drivers should be located in a folder named "Board" located inside the application's folder.