sigProcLib: rename signalError type to SignalError.

Change-Id: I1a5ae6e87d4c69945053fdefec185d0fb1a26399
This commit is contained in:
Alexander Chemeris 2017-03-17 15:23:06 -07:00
parent f9e78beea5
commit 4aa548f0c2
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ enum CorrType{
IDLE ///< timeslot is an idle (or dummy) burst
};
enum signalError {
enum SignalError {
SIGERR_NONE,
SIGERR_BOUNDS,
SIGERR_CLIP,