Skip to content

Commit

Permalink
Run pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed May 11, 2023
1 parent bba3858 commit 9bfb431
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/rfm69_rpi_interrupt.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
import RPi.GPIO as io
import adafruit_rfm69


# setup interrupt callback function
def rfm69_callback(rfm69_irq):
global packet_received # pylint: disable=global-statement
Expand Down

0 comments on commit 9bfb431

Please sign in to comment.