diff options
author | William Harrington <kb0iic@berzerkula.org> | 2019-07-27 22:34:16 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2019-07-27 22:37:02 -0500 |
commit | 7d7c43b4c9993af3eb5e32b1ac9fcd83d37b6a6a (patch) | |
tree | 4fd6440a5ea0347960880ed98bc6e65649fe4fc3 /build/default/production/ds3231.p1 | |
parent | e6bffe23c87a9f6de8abdec747600f674b9cab62 (diff) |
Refactor weekofday to weekOfDay
Diffstat (limited to 'build/default/production/ds3231.p1')
-rwxr-xr-x | build/default/production/ds3231.p1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/build/default/production/ds3231.p1 b/build/default/production/ds3231.p1 index 0594743..c573cb5 100755 --- a/build/default/production/ds3231.p1 +++ b/build/default/production/ds3231.p1 @@ -233,9 +233,9 @@ Version 4.0 HI-TECH Software Intermediate Code -> -> 21 `i `ui
]
"5
-[; ;./main.h: 5: unsigned int dayofweek = 7;
-[v _dayofweek `ui ~T0 @X0 1 e ]
-[i _dayofweek
+[; ;./main.h: 5: unsigned int dayOfWeek = 7;
+[v _dayOfWeek `ui ~T0 @X0 1 e ]
+[i _dayOfWeek
-> -> 7 `i `ui
]
"6
@@ -495,8 +495,8 @@ Version 4.0 HI-TECH Software Intermediate Code [; ;ds3231.c: 65: I2C_Master_Write(3);
[e ( _I2C_Master_Write (1 -> -> 3 `i `ui ]
"66
-[; ;ds3231.c: 66: I2C_Master_Write(dayofweek);
-[e ( _I2C_Master_Write (1 _dayofweek ]
+[; ;ds3231.c: 66: I2C_Master_Write(dayOfWeek);
+[e ( _I2C_Master_Write (1 _dayOfWeek ]
"67
[; ;ds3231.c: 67: I2C_Master_Stop();
[e ( _I2C_Master_Stop .. ]
|