foxBMS  1.6.0
The foxBMS Battery Management System API Documentation
sbc_fs8x_assert.h File Reference

Assertion macro definition, for debugging purposes. More...

#include <stdbool.h>
Include dependency graph for sbc_fs8x_assert.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define FS_ASSERT(x)   ((void)0)
 Assert macro for the SBC. More...
 

Detailed Description

Assertion macro definition, for debugging purposes.

Author
nxf44615
Version
1.1
Date
9-Oct-2018
Updated
2020-03-18 (date of last update) Adapted driver to pass interface configuration as parameter into the functions to enable the usage of multiple ICs in the system.

Definition in file sbc_fs8x_assert.h.

Macro Definition Documentation

◆ FS_ASSERT

#define FS_ASSERT (   x)    ((void)0)

Assert macro for the SBC.

Definition at line 89 of file sbc_fs8x_assert.h.