From 1ffc15c3233c8d61953fc2ebc80b5d3c46fc429f Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 25 Apr 2013 15:19:59 -0600 Subject: Remove up_assert_code --- nuttx/Documentation/NuttxPortingGuide.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'nuttx/Documentation') diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html index 642cb1a3c..bb457ffd3 100644 --- a/nuttx/Documentation/NuttxPortingGuide.html +++ b/nuttx/Documentation/NuttxPortingGuide.html @@ -1910,13 +1910,11 @@ The system can be re-made subsequently by just typing make.

4.1.13 up_assert()

Prototype:
- void up_assert(FAR const uint8_t *filename, int linenum);
- void up_assert_code(FAR const uint8_t *filename, int linenum, int error_code);
+ void up_assert(FAR const uint8_t *filename, int linenum);

Description. - Assertions may be handled in an architecture-specific - way. + Assertions may be handled in an architecture-specific way.

4.1.14 up_schedule_sigaction()

-- cgit v1.2.3