Skip to content

Commit

Permalink
Added custom porting header
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Lacamera committed Apr 8, 2015
1 parent 47201dc commit 870ef01
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/pico_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,9 @@ static inline uint64_t long_long_be(uint64_t le)
/*** *** *** *** *** *** ***
*** PLATFORM SPECIFIC ***
*** *** *** *** *** *** ***/
#if defined CORTEX_M4_HARDFLOAT
#if defined PICO_PORT_CUSTOM
# include "pico_port.h"
#elif defined CORTEX_M4_HARDFLOAT
# include "arch/pico_cortex_m.h"
#elif defined CORTEX_M4_SOFTFLOAT
# include "arch/pico_cortex_m.h"
Expand Down

0 comments on commit 870ef01

Please sign in to comment.