CAN FD implementation
[apps/agl-service-can-low-level.git] / low-can-binding / binding / low-can-subscription.cpp
index 5bb79a1..3f844da 100644 (file)
  * limitations under the License.
  */
 
-#include "low-can-hat.hpp"
-
 #include "low-can-subscription.hpp"
 #include "application.hpp"
 #include "canutil/write.h"
 
-struct afb_event& low_can_subscription_t::get_event()
+afb_event_t low_can_subscription_t::get_event()
 {
        return event_;
 }
 
-void low_can_subscription_t::set_event(struct afb_event event)
+void low_can_subscription_t::set_event(afb_event_t event)
 {
        event_ = event;
 }