Skip to content

Commit

Permalink
SMall cleanups.
Browse files Browse the repository at this point in the history
  • Loading branch information
g4klx committed Feb 28, 2016
1 parent b6adf69 commit b28bf8d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion AMBEFEC.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/

#ifndef AMBEFEC_H
#if !defined(AMBEFEC_H)
#define AMBEFEC_H

class CAMBEFEC {
Expand Down
2 changes: 0 additions & 2 deletions DMRDefines.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ const unsigned char DT_VOICE_PI_HEADER = 0x00U;
const unsigned char DT_VOICE_LC_HEADER = 0x01U;
const unsigned char DT_TERMINATOR_WITH_LC = 0x02U;
const unsigned char DT_CSBK = 0x03U;
const unsigned char DT_MBC_HEADER = 0x04U;
const unsigned char DT_MBC_CONTINUATION = 0x05U;
const unsigned char DT_DATA_HEADER = 0x06U;
const unsigned char DT_RATE_12_DATA = 0x07U;
const unsigned char DT_RATE_34_DATA = 0x08U;
Expand Down
1 change: 0 additions & 1 deletion Defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ enum RPT_RF_STATE {

enum RPT_NET_STATE {
RS_NET_IDLE,
RS_NET_LATE_ENTRY,
RS_NET_AUDIO,
RS_NET_DATA
};
Expand Down

0 comments on commit b28bf8d

Please sign in to comment.