QuakeGod
2024-10-14 005755edcdc332315ba077598d4746ac195b069e
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__ */