- Change Summary:
-
Fix indentation.
- Commit:
-
b92be670729245269b780591
- Diff:
-
Revision 2 (+1201 -1039)
Move tzc and zeph02 to own modules and some cleanup
Review Request #471 — Created Jan. 30, 2021 and submitted
- Add
send_message
,set_location
,get_subs_from_server
,close
tozephyr_account
- Remove now unused
use_tzc
anduse_zeph02
- Format message inside
zephyr_write_message
- Rename some functions
- Reduce scope for some variables
- Remove unused
ZEPHYR_FD_*
macros
Compile.
Description | From | Last Updated |
---|---|---|
You can put a trailing comma here so it doesn't need to be added later. |
QuLogic | |
Extra blank line. |
QuLogic | |
Can remove the \n here. |
QuLogic | |
Can change this b to buddy as well. Also, drop the \n. |
QuLogic | |
Does the header really need this include? |
QuLogic | |
Tabs for indent. |
QuLogic | |
Tabs for indent. |
QuLogic | |
Should mark this function with G_GNUC_PRINTF. |
QuLogic | |
Why switch to spaces here? |
QuLogic | |
More spaces for indent. |
QuLogic | |
Should be const. |
QuLogic |
- Change Summary:
-
Remove unused
ZEPHYR_FD_*
macros. - Description:
-
- Add
send_message
,set_location
,get_subs_from_server
,close
tozephyr_account
- Remove now unused
use_tzc
anduse_zeph02
- Format message inside
zephyr_write_message
- Rename some functions
- Reduce scope for some variables
+ - Remove unused
ZEPHYR_FD_*
macros
- Add
- Commit:
-
759b30d467ab25a76f001f3c
- Diff:
-
Revision 4 (+1201 -1041)