Browse Source

ft: 文件名修改

master
SisMaker 4 years ago
parent
commit
2e793d62b1
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      src/actions/bvErr.erl
  2. +1
    -1
      src/composites/bvMPriority.erl
  3. +1
    -1
      src/composites/bvMSequence.erl

src/actions/bvError.erl → src/actions/bvErr.erl View File

@ -1,4 +1,4 @@
-module(bvError).
-module(bvErr).
-include("eBhv3.hrl").

src/composites/bvMemPriority.erl → src/composites/bvMPriority.erl View File

@ -1,4 +1,4 @@
-module(bvMemPriority).
-module(bvMPriority).
-include("eBhv3.hrl").

src/composites/bvMemSequence.erl → src/composites/bvMSequence.erl View File

@ -1,4 +1,4 @@
-module(bvMemSequence).
-module(bvMSequence).
-include("eBhv3.hrl").

Loading…
Cancel
Save