13 lines
230 B
C
13 lines
230 B
C
/**
|
|
* @ingroup hl854x
|
|
* @defgroup hl854x_error_codes Error Codes
|
|
* HL854x Error Codes
|
|
* @{
|
|
*/
|
|
#ifndef DI_DRV_HL854X_ERROR_CODES_H__
|
|
#define DI_DRV_HL854X_ERROR_CODES_H__
|
|
|
|
/** @} */
|
|
|
|
#endif /* DI_DRV_HL854X_ERROR_CODES_H__ */
|