Убран лишний заголовочный файл
This commit is contained in:
parent
0afc04b9a0
commit
d995c5a435
|
|
@ -1,7 +1,6 @@
|
||||||
//
|
//
|
||||||
// Created by cfif on 07.10.22.
|
// Created by cfif on 07.10.22.
|
||||||
//
|
//
|
||||||
#include "SystemDelayInterface.h"
|
|
||||||
#include "InternalFlashPage.h"
|
#include "InternalFlashPage.h"
|
||||||
|
|
||||||
uint32_t D_iInternalFlashPage_ReadWord(uint32_t addressOnFlash) {
|
uint32_t D_iInternalFlashPage_ReadWord(uint32_t addressOnFlash) {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
//
|
//
|
||||||
// Created by cfif on 07.10.22.
|
// Created by cfif on 07.10.22.
|
||||||
//
|
//
|
||||||
#include "SystemDelayInterface.h"
|
|
||||||
#include "InternalFlashPage.h"
|
#include "InternalFlashPage.h"
|
||||||
|
|
||||||
uint32_t P_iInternalFlashPage_ReadWord(uint32_t addressOnFlash) {
|
uint32_t P_iInternalFlashPage_ReadWord(uint32_t addressOnFlash) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue