Exception: Msp430Bsl::Uart::Exceptions::PeripheralInterface::InterfaceCRCMismatch
- Inherits:
-
StandardError
- Object
- StandardError
- Msp430Bsl::Uart::Exceptions::PeripheralInterface::InterfaceCRCMismatch
- Defined in:
- lib/msp430_bsl/uart/exceptions.rb
Instance Method Summary collapse
-
#initialize ⇒ InterfaceCRCMismatch
constructor
A new instance of InterfaceCRCMismatch.
Constructor Details
#initialize ⇒ InterfaceCRCMismatch
Returns a new instance of InterfaceCRCMismatch.
64 65 66 67 |
# File 'lib/msp430_bsl/uart/exceptions.rb', line 64 def initialize = 'Peripheral Interface CRC mismatch' super() end |