X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/6a10d6b465be27db090d760dc0fbe722c94e4344..2ee9fc707784e115d744dbc229bdc893f4bb6bc1:/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.