From 6db7527fa05112bad73b91e57d647d52caf3809a Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 28 Jan 2008 19:09:02 +0000 Subject: Fix printf-related warnings git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@576 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/TODO | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'nuttx/TODO') diff --git a/nuttx/TODO b/nuttx/TODO index 6e5b04527..5ff1cabcc 100644 --- a/nuttx/TODO +++ b/nuttx/TODO @@ -21,7 +21,7 @@ NuttX TODO List (Last updated January 6, 2008) (2) ARM/LPC214x (arch/arm/src/lpc214x/) (4) pjrc-8052 / MCS51 (arch/pjrc-8051/) (2) z80 (arch/z80/) - (2) z16 (arch/z16/) + (1) z16 (arch/z16/) o Task/Scheduler (sched/) ^^^^^^^^^^^^^^^^^^^^^^^ @@ -363,13 +363,3 @@ o z16 (arch/z16) Status: Open Priority: Low, thought to be cosmetic. I think this is a consequence of replacing vs. inserting the library. - - Description: When printf is used, there are warnings like: - - WARNING (255) Missing declaration of (s)printf helper function, variable, or field - Declaration of __print_out is missing - - Need to suppress built-in printf logic to use NuttX printf logic. - Status: Open - Priority: Undetermined - -- cgit v1.2.3