## Summary
Removes methods of identical implementation which can be done by t…he base class instead.
## Testing (more checks increases chance of being merged)
- [x] Checked by a human programmer
- [x] Tested in SITL
- [x] Tested on hardware
- [ ] Logs attached
- [ ] Logs available on request
- [ ] Autotest included
## Description
Removes identical derived class methods and supplies a base-class implementation instead.
It's probably we can replace the other base class implementations with this, but will need to check on their behaviour when their initialised flag is false.
Saves a few bytes:
```
Board,AP_Periph,antennatracker,blimp,bootloader,copter,heli,plane,rover,sub
CubeOrangePlus,,-80,-80,*,-80,-80,-80,-80,-80
Pixhawk1-1M,,-48,-48,*,-48,-48,-48,-48,-48
f103-GPS,-24,,,*,,,,,
```
I've flashed this onto a CubeOrangePlus and all is as expected.