]> git.donarmstrong.com Git - qmk_firmware.git/commit
Removed print call to resolve #6364 (#6413)
authorJake Grossman <jake.r.grossman@gmail.com>
Wed, 31 Jul 2019 13:11:40 +0000 (08:11 -0500)
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Wed, 31 Jul 2019 13:11:40 +0000 (06:11 -0700)
commit13493d3a78ebb05c4012f908a2ec2575d74e49aa
tree2f30618f6e166fb7887e7d14bf42dc5768519492
parent2f3807682d0b0cd70b853e15ef1df67bd053706e
Removed print call to resolve  #6364 (#6413)

* Change print to dprintf to avoid buffer overflow

* Add stdio header for dprintf

* Fix included headers
tmk_core/protocol/xt_interrupt.c