1
0
mirror of https://github.com/bashrc/LKMPG.git synced 2018-06-11 03:06:54 +02:00
This commit is contained in:
Bob Mottram
2017-05-16 18:59:37 +01:00
parent 586f350ed1
commit 57cb7913a1
3 changed files with 282 additions and 282 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -3557,7 +3557,7 @@ This modifies the previous example to also run an additional task when an interr
#+begin_src C file:bottomhalf.c
/*
* bottomhalf.c -
* bottomhalf.c - Top and bottom half interrupt handling
*
* Copyright (C) 2017 by Bob Mottram
* Based upon the Rpi example by Stefan Wendler (devnull@kaltpost.de)

View File

@@ -1,5 +1,5 @@
/*
* bottomhalf.c -
* bottomhalf.c - Top and bottom half interrupt handling
*
* Copyright (C) 2017 by Bob Mottram
* Based upon the Rpi example by Stefan Wendler (devnull@kaltpost.de)