Subversion Repositories NaviCtrl

Rev

Rev 500 | Rev 520 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 500 Rev 508
Line 1227... Line 1227...
1227
                        }
1227
                        }
1228
                }
1228
                }
1229
                else // nothing found
1229
                else // nothing found
1230
                {
1230
                {
1231
                        NCMAG_SensorType = TYPE_NONE;
1231
                        NCMAG_SensorType = TYPE_NONE;
1232
                        UART1_PutString("not found!");
1232
                        UART1_PutString(" not found!");
1233
                }
1233
                }
1234
        }
1234
        }
1235
        return(NCMAG_Present);
1235
        return(NCMAG_Present);
1236
}
1236
}