1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-19 09:54:15 +01:00

Modules/PS: typo fix

This commit is contained in:
Corvus Corax 2011-08-25 15:13:50 +02:00
parent 7e396efbbf
commit 54ecf233f3

View File

@ -119,7 +119,7 @@ int32_t GPSInitialize(void)
gpsPort = PIOS_COM_GPS;
gps_rx_buffer = pvPortMalloc(NMEA_MAX_PACKET_LENGTH);
PIOS_ASSERT(gps_rx_buffer);
PIOS_Assert(gps_rx_buffer);
return 0;
}