Use log macro to silent warning.
[bertos.git] / bertos / net / nmea.c
2009-10-13 asterixUse log macro to silent warning.
2009-10-13 asterixAdd comments. Use ternary operator.
2009-10-13 asterixAdd brief. Add example callout functions. Use tokenToIn...
2009-10-09 asterixRefactor nmea module. Redefine gsv struct.
2009-10-08 asterixReformat code.
2009-10-08 asterixRefactor token to set precision.
2009-10-05 asterixMake nightlytest only for arm. Silent some warning.
2009-10-05 asterixFix return function.
2009-10-05 asterixExtract method to convert string to degree.
2009-10-05 asterixAdd comment. Reformat. Read always char from channel.
2009-10-05 asterixClean code. Use correct type for all sentece structure...
2009-10-05 asterixMove in correct dir nmea module.