mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-09 17:11:42 +00:00
Changes per code review
This commit is contained in:
@@ -53,6 +53,6 @@ typedef enum {
|
||||
/*****************************************************************************
|
||||
* FUNCTION DECLARATIONS
|
||||
*****************************************************************************/
|
||||
int ebmp_init(Gpp_gpioCfg *driver);
|
||||
ReturnStatus ebmp_init(Gpp_gpioCfg *driver);
|
||||
|
||||
#endif /* EBMP_H_ */
|
||||
|
||||
@@ -232,7 +232,7 @@ static void ebmp_handle_irq(void *context)
|
||||
** ARGUMENTS : None
|
||||
** RETURN TYPE : None
|
||||
*****************************************************************************/
|
||||
int ebmp_init(Gpp_gpioCfg *driver)
|
||||
ReturnStatus ebmp_init(Gpp_gpioCfg *driver)
|
||||
{
|
||||
pin_ap_boot_alert1 = &driver->pin_ap_boot_alert1;
|
||||
pin_ap_boot_alert2 = &driver->pin_ap_boot_alert2;
|
||||
|
||||
Reference in New Issue
Block a user