Tidied up a few things, added lists of outline lengths

geofence_dev
Richard Meadows 2015-04-13 17:52:23 +01:00
rodzic d2bb49827c
commit 137b30290f
6 zmienionych plików z 10212 dodań i 9511 usunięć

Wyświetl plik

@ -16,11 +16,12 @@
*/
struct aprs_zone_t {
int32_t** outlines;
uint32_t* outline_lengths;
int32_t frequency, deviation;
char* name;
};
struct aprs_zone_t aprs_zones[];
struct aprs_zone_t aprs_zones[12];
#endif /* GEOFENCE_APRS_H */

Wyświetl plik

@ -22,6 +22,6 @@ struct country_t {
};
struct country_t countries[];
struct country_t countries[233];
#endif /* GEOFENCE_COUNTRIES_H */

File diff suppressed because one or more lines are too long