Skip to content
Snippets Groups Projects
Commit f500c5fa authored by Douglas Araujo's avatar Douglas Araujo
Browse files

Remove unnecessary patch

parent 512b8547
No related branches found
No related tags found
1 merge request!22Prepare to R4-44-2
diff --git a/asyn/miscellaneous/asyn.dbd b/asyn/miscellaneous/asyn.dbd
index ca23a67..973284c 100644
--- a/asyn/miscellaneous/asyn.dbd
+++ b/asyn/miscellaneous/asyn.dbd
@@ -10,6 +10,6 @@ registrar(asynInterposeEchoRegister)
# records can comment out the following lines.
include "asynRecord.dbd"
-include "devEpics.dbd"
+#include "devEpics.dbd"
driver(drvAsyn)
# what_ever_filename.p0.patch
Generic Description.....
* created by Jeong Han Lee, han.lee@esss.se
* related URL or reference https://github.com/icshwi
* Tuesday, February 13 13:24:57 CET 2018
# Site Specific EPICS Module Patch Files
## Changes
The changes were tested in local environemnt, and commits to the forked repository and do pull request to the epics community module repository.
* Check the original HASH, and your own master
* feb8856 : The original HASH
* master : Changed
## How to create a p0 patch file between commits
* Show what the difference between commits
* Create p0 patch
```
$git diff feb8856 master --no-prefix > ../patch/Site/what_ever_filename.p0.patch
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment