GEX core repository.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
gex-core/framework/unit_base.h

21 lines
537 B

//
// Created by MightyPork on 2017/12/09.
//
// This is a common include file used in unit drivers to avoid repeating all the
// needed includes everywhere.
//
#include "platform.h"
#include "unit.h"
#include "hw_utils.h"
#include "cfg_utils.h"
#include "resources.h"
#include "utils/str_utils.h"
#include "utils/malloc_safe.h"
#include "payload_builder.h"
#include "payload_parser.h"
#include "utils/avrlibc.h"
#include "tasks/task_msg.h"
#include "platform/timebase.h"
#include "platform/irq_dispatcher.h"
#include "comm/messages.h"