mimxrt: Fix header include guard names.
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
This commit is contained in:
parent
0432f73206
commit
be8d660fc2
@ -24,8 +24,8 @@
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
#ifndef MICROPY_INCLUDED_STM32_CYW43_CONFIGPORT_H
|
||||
#define MICROPY_INCLUDED_STM32_CYW43_CONFIGPORT_H
|
||||
#ifndef MICROPY_INCLUDED_MIMXRT_CYW43_CONFIGPORT_H
|
||||
#define MICROPY_INCLUDED_MIMXRT_CYW43_CONFIGPORT_H
|
||||
|
||||
// The board-level config will be included here, so it can set some CYW43 values.
|
||||
#include "py/mpconfig.h"
|
||||
@ -152,4 +152,4 @@ static inline int cyw43_sdio_transfer_cmd53(bool write, uint32_t block_size, uin
|
||||
|
||||
#define CYW43_EVENT_POLL_HOOK MICROPY_EVENT_POLL_HOOK
|
||||
|
||||
#endif // MICROPY_INCLUDED_STM32_CYW43_CONFIGPORT_H
|
||||
#endif // MICROPY_INCLUDED_MIMXRT_CYW43_CONFIGPORT_H
|
||||
|
@ -23,8 +23,8 @@
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
#ifndef MICROPY_INCLUDED_STM32_PENDSV_H
|
||||
#define MICROPY_INCLUDED_STM32_PENDSV_H
|
||||
#ifndef MICROPY_INCLUDED_MIMXRT_PENDSV_H
|
||||
#define MICROPY_INCLUDED_MIMXRT_PENDSV_H
|
||||
|
||||
enum {
|
||||
PENDSV_DISPATCH_SOFT_TIMER, // For later & for having at least one entry
|
||||
@ -45,4 +45,4 @@ typedef void (*pendsv_dispatch_t)(void);
|
||||
void pendsv_init(void);
|
||||
void pendsv_schedule_dispatch(size_t slot, pendsv_dispatch_t f);
|
||||
|
||||
#endif // MICROPY_INCLUDED_STM32_PENDSV_H
|
||||
#endif // MICROPY_INCLUDED_MIMXRT_PENDSV_H
|
||||
|
Loading…
Reference in New Issue
Block a user