Skip to content

Commit e44c1ca

Browse files
committed
Update README.md
1 parent 8c126e9 commit e44c1ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Provides features to support a better development environment in the kernel.
148148
* ntl::device
149149
* Class for DEVICE_OBJECT
150150
* Features
151-
* [x] Device Extension [(tested)](./test/driver/src/main.cpp#L39)
151+
* [x] Device Extension [(tested)](./test/driver/src/main.cpp#L33)
152152
* [ ] IRP_MJ_CREATE
153153
* [ ] IRP_MJ_CLOSE
154154
* [x] IRP_MJ_DEVICE_CONTROL [(tested)](./test/app/src/main.cpp#L77) [(tested)](./test/driver/src/main.cpp#L55)

docs/ko-kr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ crtsys의 장점은 아래와 같습니다.
148148
* ntl::device
149149
* DEVICE_OBJECT에 대한 클래스
150150
* Features
151-
* [x] Device Extension [(tested)](../test/driver/src/main.cpp#L39)
151+
* [x] Device Extension [(tested)](../test/driver/src/main.cpp#L33)
152152
* [ ] IRP_MJ_CREATE
153153
* [ ] IRP_MJ_CLOSE
154154
* [x] IRP_MJ_DEVICE_CONTROL [(tested)](../test/app/src/main.cpp#L77) [(tested)](../test/driver/src/main.cpp#L55)

0 commit comments

Comments
 (0)