Search found 1 match
- Sun Mar 12, 2017 4:17 pm
- Forum: NetBurner's Eclipse IDE
- Topic: printf with floats
- Replies: 1
- Views: 3808
printf with floats
Hi everyone, Very quick question, in case you guys have seen this before: can't print floats on debug port using printf (not iprintf for integers, just the regular printf). Using SBL2e, NBEclipse Release 2.8.2, I have my debug port on Serial 1. Here's the code: #include <predef.h> #include <stdio.h>...