forked from mirrors/qmk_userspace
Change include guards in quantum/ to pragma once (#11239)
This commit is contained in:
parent
53eb7f0774
commit
48f4768d33
50 changed files with 68 additions and 204 deletions
|
@ -22,9 +22,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|||
SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifndef SERIAL_LINK_PHYSICAL_H
|
||||
#define SERIAL_LINK_PHYSICAL_H
|
||||
#pragma once
|
||||
|
||||
void send_data(uint8_t link, const uint8_t* data, uint16_t size);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue