1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-19 14:25:11 +03:00

CN - Attempt to fix line ending issue where remote files have CRLF, but local files have LF only.

This commit is contained in:
Chris Nisbet 2014-06-19 19:49:29 +12:00
parent 07b4be8f45
commit cdc0147dcb
3 changed files with 3 additions and 3 deletions

View file

@ -2783,7 +2783,7 @@ void perMain()
luaTask(evt);
#endif
if (!LCD_LOCKED()) {
if (!LCD_LOCKED()) {
if (warn) DISPLAY_WARNING(evt);
#if defined(NAVIGATION_MENUS)
if (menu) {

View file

@ -233,4 +233,4 @@ uint8_t * USBD_USR_InterfaceStrDescriptor( uint8_t speed , uint16_t *length)
}
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/

View file

@ -125,4 +125,4 @@ void USBD_USR_DeviceDisconnected (void)
}
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/