fixed merge conflict
This commit is contained in:
		@ -14,6 +14,8 @@
 | 
			
		||||
 * @version 0.1
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#include <stdbool.h>
 | 
			
		||||
 | 
			
		||||
#ifndef INC_HTPA_32X32D_H_
 | 
			
		||||
#define INC_HTPA_32X32D_H_
 | 
			
		||||
 | 
			
		||||
@ -26,7 +28,6 @@ typedef struct {
 | 
			
		||||
} HTPA_Status;
 | 
			
		||||
 | 
			
		||||
void HTPA_Init(I2C_HandleTypeDef *);
 | 
			
		||||
 | 
			
		||||
void HTPA_ReadBlock(uint8_t, uint8_t, uint16_t *[128]);
 | 
			
		||||
void HTPA_WriteRegister(uint8_t, uint8_t);
 | 
			
		||||
HTPA_Status HTPA_GetStatus(void);
 | 
			
		||||
 | 
			
		||||
@ -35,7 +35,7 @@
 | 
			
		||||
#define HAL_MODULE_ENABLED
 | 
			
		||||
  /*#define HAL_ADC_MODULE_ENABLED   */
 | 
			
		||||
/*#define HAL_CRYP_MODULE_ENABLED   */
 | 
			
		||||
#define HAL_CAN_MODULE_ENABLED
 | 
			
		||||
/*#define HAL_CAN_MODULE_ENABLED   */
 | 
			
		||||
/*#define HAL_CEC_MODULE_ENABLED   */
 | 
			
		||||
/*#define HAL_COMP_MODULE_ENABLED   */
 | 
			
		||||
/*#define HAL_CRC_MODULE_ENABLED   */
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user