Skip to content

Commit

Permalink
Spi f7 (#480)
Browse files Browse the repository at this point in the history
* SPI for STM32F7
(Still not working as expected, however.)

Signed-off-by: Christophe Gerbier <[email protected]>
  • Loading branch information
Christophe Gerbier authored and josesimoes committed Sep 2, 2017
1 parent 8eb888e commit 07f98f0
Show file tree
Hide file tree
Showing 4 changed files with 1,899 additions and 21 deletions.
2 changes: 1 addition & 1 deletion src/PAL/Include/nanoPAL.h
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ int hal_vsnprintf( char* buffer, size_t len, const char* format, va_list arg );

#if defined(PLATFORM_ARM)
#define printf DoNotUse_*printf []
#define sprintf DoNotUse_*printf []
//#define sprintf DoNotUse_*printf []
#define fprintf DoNotUse_*printf []

#define _printf DoNotUse_*printf []
Expand Down
Loading

0 comments on commit 07f98f0

Please sign in to comment.