Mercurial > public > ostc4
comparison Discovery/Src/t7.c @ 778:74253a41cf80
Zusammenf?hren
author | heinrichsweikamp |
---|---|
date | Mon, 22 May 2023 09:15:09 +0200 |
parents | 6a8cf91e5b22 45b8f3c2acce |
children | 4abfb8a2a435 |
comparison
equal
deleted
inserted
replaced
777:6a8cf91e5b22 | 778:74253a41cf80 |
---|---|
1757 uint8_t i = 0; | 1757 uint8_t i = 0; |
1758 settingsGetPointer()->customtext[60-1] = 0; | 1758 settingsGetPointer()->customtext[60-1] = 0; |
1759 while(settingsGetPointer()->customtext[i] > 0) | 1759 while(settingsGetPointer()->customtext[i] > 0) |
1760 i++; | 1760 i++; |
1761 return i; | 1761 return i; |
1762 } | |
1763 | |
1764 | |
1765 bool isCompassCalibrated(void) | |
1766 { | |
1767 return stateUsed->lifeData.compass_heading != -1; | |
1768 } | 1762 } |
1769 | 1763 |
1770 | 1764 |
1771 static void t7_CcrSummary(SSettings *settings) | 1765 static void t7_CcrSummary(SSettings *settings) |
1772 { | 1766 { |