Unify the include guards accross all header files
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#ifndef _SET_WITHDRAWAL_INDEX_H_
|
||||
#define _SET_WITHDRAWAL_INDEX_H_
|
||||
|
||||
#include "stdint.h"
|
||||
|
||||
void handleSetEth2WithdrawalIndex(uint8_t p1,
|
||||
@@ -5,4 +8,6 @@ void handleSetEth2WithdrawalIndex(uint8_t p1,
|
||||
uint8_t *dataBuffer,
|
||||
uint16_t dataLength,
|
||||
unsigned int *flags,
|
||||
unsigned int *tx);
|
||||
unsigned int *tx);
|
||||
|
||||
#endif // _SET_WITHDRAWAL_INDEX_H_
|
||||
|
||||
Reference in New Issue
Block a user