Browse Source

AP_Notify: remove comment

master
Randy Mackay 8 years ago committed by Lucas De Marchi
parent
commit
847c68bf72
  1. 2
      libraries/AP_Notify/AP_Notify.cpp
  2. 2
      libraries/AP_Notify/Display.cpp

2
libraries/AP_Notify/AP_Notify.cpp

@ -31,7 +31,7 @@ @@ -31,7 +31,7 @@
#include "VRBoard_LED.h"
#include "DiscreteRGBLed.h"
#include "DiscoLED.h"
#include <stdio.h> // for strncpy
#include <stdio.h>
// table of user settable parameters

2
libraries/AP_Notify/Display.cpp

@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
#include "AP_Notify.h"
#include <stdio.h> // for snprintf
#include <stdio.h>
#include <AP_GPS/AP_GPS.h>
static const uint8_t _font[] = {

Loading…
Cancel
Save