Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
avr-hal-generic: prefer compilation error for unsupported targets
The use of "unimplemented!" delays error detection until runtime, but the target architecture is known at compile time. By removing the unimplemented function we prevent unsupported architectures at compile-time.
- Loading branch information