From 76ff576b38fa5303ad71857bd558136720f68a4a Mon Sep 17 00:00:00 2001 From: Erik Gustavsson Date: Sat, 28 Feb 2015 13:18:24 +0100 Subject: [PATCH] uncrustify --- flight/modules/GPS/UBX.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flight/modules/GPS/UBX.c b/flight/modules/GPS/UBX.c index 250781535..12f74d633 100644 --- a/flight/modules/GPS/UBX.c +++ b/flight/modules/GPS/UBX.c @@ -125,7 +125,7 @@ int parse_ubx_stream(uint8_t *rx, uint16_t len, char *gps_rx_buffer, GPSPosition uint8_t c; static enum proto_states proto_state = START; static uint16_t rx_count = 0; - struct UBXPacket *ubx = (struct UBXPacket *)gps_rx_buffer; + struct UBXPacket *ubx = (struct UBXPacket *)gps_rx_buffer; for (int i = 0; i < len; i++) { c = rx[i];