From: Keith Packard Date: Tue, 10 Jun 2014 16:55:04 +0000 (-0700) Subject: altos: Set TeleGPS default log size to half of avaiable memory X-Git-Tag: 1.4~89 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=44ca50a2c9404c92cc887a23dfa25b335ebe6198;hp=44ca50a2c9404c92cc887a23dfa25b335ebe6198 altos: Set TeleGPS default log size to half of avaiable memory LPC11U14 doesn't have on-chip config space, so we're consuming a block of external flash. As a result, only 1984kB are available for logging. Set the default log size to half of that to store two flights. Signed-off-by: Keith Packard ---