Skip to content

Commit

Permalink
hal2.h - add missing header (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidetome authored Nov 16, 2023
1 parent c5780a5 commit 39f87dd
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions emBODY/eBcode/arch-arm/libs/highlevel/abslayer/hal2/api/hal2.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

/*
* Copyright (C) 2023 iCub Tech - Istituto Italiano di Tecnologia
* Author: Marco Accame
* email: [email protected]
*/

// - include guard ----------------------------------------------------------------------------------------------------

#ifndef __HAL2_H_
#define __HAL2_H_

// it just wraps the usual hal interface

#include "hal.h"
#include "hal_motor.h"
#include "hal_adc.h"

#endif // include-guard


// - end-of-file (leave a blank line after)----------------------------------------------------------------------------



0 comments on commit 39f87dd

Please sign in to comment.