Engleski nazivi dana u tjednu su zamijenjeni kraticama dana u tjednu na hrvatskom jeziku.
Dependents: SUSTAV_KONTROLE_PRISTUPA
Revision 13:d1de45595c90, committed 2020-02-02
- Comitter:
- boki96
- Date:
- Sun Feb 02 10:05:31 2020 +0000
- Parent:
- 12:67d9685eaeb0
- Commit message:
- The names of the days of the week in English have been replaced by the abbreviations of days of the week in Croatian.
Changed in this revision
Rtc_Ds1307.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 67d9685eaeb0 -r d1de45595c90 Rtc_Ds1307.cpp --- a/Rtc_Ds1307.cpp Mon Jan 20 13:01:21 2020 +0000 +++ b/Rtc_Ds1307.cpp Sun Feb 02 10:05:31 2020 +0000 @@ -6,7 +6,7 @@ #endif #include "debug.h" -const char *Rtc_Ds1307::m_weekDays[] = { "Ponedjeljak", "Utorak", "Srijeda", "Cetvrtak", "Petak", "Subota", "Nedjelja" }; +const char *Rtc_Ds1307::m_weekDays[] = { "Sub", "Ned", "Pon", "Uto", "Sri", "Cet", "Pet" }; Rtc_Ds1307::Rtc_Ds1307(PinName sda, PinName scl)