Remove STUB from platform_get_locale_date_format

It is really annoying having the stub message appear on startup.
This commit is contained in:
Ted John 2017-06-05 19:57:35 +01:00
parent f2d7c0bbaa
commit 40fc54291a
1 changed files with 0 additions and 1 deletions

View File

@ -813,7 +813,6 @@ uint8 platform_get_locale_temperature_format(){
uint8 platform_get_locale_date_format()
{
STUB();
return DATE_FORMAT_DAY_MONTH_YEAR;
}