Skip to content

Commit

Permalink
Fix spelling formating and size table
Browse files Browse the repository at this point in the history
  • Loading branch information
chinglee-iot committed May 9, 2024
1 parent fb4bfff commit ea145b6
Show file tree
Hide file tree
Showing 3 changed files with 549 additions and 36 deletions.
4 changes: 2 additions & 2 deletions docs/doxygen/include/size_table.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<tr>
<td>cellular_common.c</td>
<td><center>1.7K</center></td>
<td><center>1.6K</center></td>
<td><center>1.5K</center></td>
</tr>
<tr>
<td>cellular_pkthandler.c</td>
Expand All @@ -45,6 +45,6 @@
<tr>
<td><b>Total estimates</b></td>
<td><b><center>15.1K</center></b></td>
<td><b><center>13.8K</center></b></td>
<td><b><center>13.7K</center></b></td>
</tr>
</table>
4 changes: 2 additions & 2 deletions source/include/cellular_config_defaults.h
Original file line number Diff line number Diff line change
Expand Up @@ -471,13 +471,13 @@
* <b>Default value (if undefined):</b> configASSERT
*/
#ifndef CELLULAR_CONFIG_ASSERT
#define CELLULAR_CONFIG_ASSERT( X ) configASSERT( X )
#define CELLULAR_CONFIG_ASSERT( X ) configASSERT( X )
#endif

/**
* @brief Use FreeRTOS platform function for backward compatibility.<br>
*
* Define FreeRTOS platform function for cellular interface backward compatibility with versoin eariler
* Define FreeRTOS platform function for cellular interface backward compatibility with version earlier
* than v1.4.0.
*
* <b>Possible values:</b>`0 or 1`<br>
Expand Down
Loading

0 comments on commit ea145b6

Please sign in to comment.