Skip to content

Commit bc3c2ba

Browse files
authored
Merge pull request #72 from carlosperate/more-build-fixes
More build fixes in multiple projects
2 parents 842b344 + 893c8ef commit bc3c2ba

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+19429
-47
lines changed

source/arm/gfc100/FlashDev.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
#include "FlashOS.H" // FlashOS Structures
17+
#include "FlashOS.h" // FlashOS Structures
1818

1919
#define FLASH_DRV_VERS (0x0100+VERS) // Driver Version, do not modify!
2020

source/arm/gfc100/FlashPrg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
#include "FlashOS.H" // FlashOS Structures
17+
#include "FlashOS.h" // FlashOS Structures
1818
#include "gfc100_eflash_drv.h"
1919

2020
#define SYSTEM_CLOCK (40960000UL)

source/arm/mt25ql512/FlashDev.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
#include "FlashOS.H" // FlashOS Structures
17+
#include "FlashOS.h" // FlashOS Structures
1818

1919
#define FLASH_DRV_VERS (0x0100+VERS) // Driver Version, do not modify!
2020

source/arm/mt25ql512/FlashPrg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
#include "FlashOS.H" // FlashOS Structures
17+
#include "FlashOS.h" // FlashOS Structures
1818
#include "mt25ql_flash_lib.h"
1919

2020
static const struct qspi_ip6514e_dev_cfg_t QSPI_DEV_CFG = {

source/freescale/FlashDev.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
#include "FlashOS.H" // FlashOS Structures
17+
#include "FlashOS.h" // FlashOS Structures
1818

1919
#define FLASH_DRV_VERS (0x0100+VERS) // Driver Version, do not modify!
2020
#define DEVICE_NAME "MKXX"

source/freescale/FlashPrg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
#include "FlashOS.H" // FlashOS Structures
17+
#include "FlashOS.h" // FlashOS Structures
1818
#include "fsl_flash.h"
1919
#include "string.h"
2020

source/nordic/nrf51xxx/FlashDev.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
#include "FlashOS.H"
17+
#include "FlashOS.h"
1818

1919
#define FLASH_DRV_VERS (0x0100+VERS) // Driver Version, do not modify!
2020
#define DEVICE_NAME "nRF51822AA 256 KB Flash"

source/nordic/nrf51xxx/FlashPrg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
#include "FlashOS.H"
17+
#include "FlashOS.h"
1818

1919
#define U8 unsigned char
2020
#define U16 unsigned short

source/nordic/nrf52833/FlashDev.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
#include "FlashOS.H"
17+
#include "FlashOS.h"
1818

1919
#define FLASH_DRV_VERS (0x0100+VERS) // Driver Version, do not modify!
2020
#define DEVICE_NAME "nRF52833"

source/nordic/nrf52833/FlashPrg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
#include "FlashOS.H"
17+
#include "FlashOS.h"
1818

1919
#define U8 unsigned char
2020
#define U16 unsigned short

0 commit comments

Comments
 (0)