QuakeGod
2024-07-27 842bb64195f958b050867c50db66fc0aa413dafb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/**
  ******************************************************************************
  * @file           : KBusDefine.h
  * @brief          : Header for KBus protocol.
  *                   This file contains the common defines of the KBus Protocol .
  ******************************************************************************
    */
 
#ifndef __KBUSDEFINE_H__
#define __KBUSDEFINE_H__
 
 
 
#endif    /* __KBUSDEFINE_H__ */